ComponentOne PdfViewer for WPF and Silverlight
C1.WPF.PdfViewer.4.6.2 Assembly / CSJ2K.j2k.codestream.writer Namespace / TagTreeEncoder Class / reset Method / reset(Int32[]) Method
The new values for the leafs, in lexicographical order.

In This Topic
    reset(Int32[]) Method
    In This Topic
    Resets the tree values and state. The values are set to the values in 'val'. The states are all set to 0.
    Syntax
    'Declaration
     
    
    Public Overloads Overridable Sub reset( _
       ByVal val() As Integer _
    ) 
    public virtual void reset( 
       int[] val
    )

    Parameters

    val
    The new values for the leafs, in lexicographical order.
    See Also